-
Couldn't load subscription status.
- Fork 1.2k
Scope in Send, Sync for wasi #2528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
r? @Amanieu (rust-highfive has picked a reviewer for you, use r? to override) |
|
Oh I should have probably asked for... r? @JohnTitor |
|
@bors r+ |
|
📌 Commit 41a8647 has been approved by |
Scope in Send, Sync for wasi Without this, libc fails during the build of rustc. See: rust-lang/rust#90681 Alternative solution: It's not clear this is necessary for core to finish building, so maybe we should cfg it out in that case, instead?
|
💔 Test failed - checks-actions |
|
Timeout, @bors retry |
|
☀️ Test successful - checks-actions, checks-cirrus-freebsd-11, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13 |
Without this, libc fails during the build of rustc. See rust-lang/rust#90681
This dependency was introduced in #2499.
Alternative solution: It's not clear this is necessary for core to finish building,
so maybe we should
#[cfg]it out in that case, instead?